|
File Management
- A short git tools survey
(package: git-doc)
- A brief and outdated survey of useful git tools,
including third-party and external projects.
Formats: [html] [text]
- Everyday Git With 20 Commands Or So
(package: git-doc)
- A useful minimum set of git commands, in context.
Formats: [html] [text]
- Fighting regressions with git bisect
(package: git-doc)
- "git bisect" enables software users and developers
to easily find the commit that introduced a regression. We
show why it is important to have good tools to fight
regressions. We describe how "git bisect" works from the
outside and the algorithms it uses inside. Then we explain
how to take advantage of "git bisect" to improve current
practices. And we discuss how "git bisect" could improve in
the future.
Formats: [html] [text]
- findutils
(package: findutils)
- utilities for finding files--find, xargs, and locate
These utilities find files meeting specified criteria and perform
various actions on the files which are found.
- Git How-to Documents
(package: git-doc)
- Mailing list postings made by various people
describing how they use git in their workflow.
Formats: [html] [text]
- Git index format
(package: git-doc)
- The on-disk format of Git's staging area, merging area,
and working directory cache.
- Git pack format and packing heuristics
(package: git-doc)
- Git's packed data format.
- Git Reference Manual
(package: git-doc)
- Git manual pages, including glossary and tutorials.
- Git User's Manual (for version 1.5.3 or newer)
(package: git-doc)
- This manual provides a leisurely but practical
introduction to git. Chapters 1 and 2 explain how to fetch
and study a project using git. People needing to do actual
development will also want to read chapters 3 and 4.
Further chapters cover more specialized topics.
Formats: [html] [text]
- Rsnapshot Documentation
(package: rsnapshot)
- rsnapshot is a filesystem backup utility based on rsync. It is
possible to take snapshots of your filesystems at different points in time.
- Technical documentation for git protocol
(package: git-doc)
- Reference documentation for the upload-pack and
receive-pack protocols that underlie git's ssh://, git://,
file://, and smart http:// transports.
- Technical documentation for shallow clones in git
(package: git-doc)
- There has not been any work on the git fetch/clone
--depth lately, so it is hard to find out what it does, and
how. This document describes the ideas as well as the
current problems, and can serve as a starting point for
shallow people.
- Trivial merge rules for git read-tree
(package: git-doc)
- This document describes the outcomes of the
trivial merge logic in git read-tree.
- Use of index and the "racy git" problem
(package: git-doc)
- In order to speed up comparison between files in
the work tree and index entries, git compares current
lstat(2) information with saved lstat(2) information from
whenever it updated the corresponding index entry. A very
quick update that does not change file size could therefore
make git incorrectly think files in the working tree are
unmodified even though they actually are modified. This is
called the "racy git" problem (discovered by Pasky), and
the entries that would appear clean when they ought not to
be because of this problem are called "racily clean".
This document explains how git avoids that problem.
- X-CD-Roast documentation
(package: xcdroast)
- This manual describes the usage and workings of Xcdroast.
Xcdroast is an easy-to-use program to master, copy and otherwise
make your own CDs.
- X-CD-Roast FAQ
(package: xcdroast)
- Frequently Asked Questions
- X-CD-Roast manual
(package: xcdroast)
- Local PDF copy of http://www.xcdroast.org/manual
|